libcobertura-java software package provides java library that calculates the percentage of code accessed by tests, you can install in your Debian 8 (Jessie) by running the commands given below on the terminal,
$ sudo apt-get update $ sudo apt-get install libcobertura-java
libcobertura-java is installed in your system.
Make ensure the libcobertura-java package were installed using the commands given below,
$ sudo dpkg-query -l | grep libcobertura-java *
You will get with libcobertura-java package name, version, architecture and description in a table
| Distro | Debian 8 jessie |
| Section | Java |
| Package | libcobertura-java |
| Version | 1.9.4.1+dfsg-4 |
| Description | java library that calculates the percentage of code accessed by tests |
| Sub Section | Java |